-
Notifications
You must be signed in to change notification settings - Fork 85
document "Service Discovery & Setup" #860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
[VictoriaLogs](/log_processor/data_sources/victorialogs.md) | read logs from VictoriaLogs | yes | yes | ||
[syslog service](/log_processor/data_sources/syslog_service.md) | read logs received via syslog protocol | yes | no | ||
[Windows Event](/log_processor/data_sources/windows_event_log.md)| read logs from windows event log | yes | yes | ||
[Appsec](/log_processor/data_sources/appsec) | expose HTTP service for the Appsec component | yes | no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing .md
from these links breaks them
# detect.yaml | ||
--- | ||
detect: | ||
apache2-file-apache2: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention that this should be unique?
|
||
# Service Discovery | ||
|
||
## Basic Usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the objective of the service discovery before saying how to use it
crowdsec-docs/docs/log_processor/service-discovery-setup/detect-yaml.md
Outdated
Show resolved
Hide resolved
- Parses logs and extract relevant information using [Parsers](log_processor/parsers/introduction.mdx). | ||
- Enriches the parsed information with additional context such as GEOIP, ASN using [Enrichers](log_processor/parsers/enricher.md). | ||
- Monitors patterns of interest via [Scenarios](log_processor/scenarios/introduction.mdx). | ||
- Pushes alerts to the Local API (LAPI), where alert/decisions are stored. | ||
|
||
!TODO: Add diagram of the log processor pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
No description provided.